Path: / executions / {execution-id} / steps

Get all steps belong to the execution

Path parameters:
execution-id - a execution Id

Resources
NameDescription
{step-id}Get a step belong to the execution

Method Summary
ResourceDescription
GET /executions/{execution-id}/stepsGet all steps belong to the execution

Method Detail
HTTP Example:
GET /executions/{execution-id}/steps

API Example:

ExecutionsResource.getSteps({'execution-id': /* executionId a execution Id */});

Get all steps belong to the execution

Output:
java.util.List<edu.illinois.ncsa.datawolf.domain.WorkflowStep> - list of workflow steps
Produces:
application/json